Welcome![Sign In][Sign Up]
Location:
Search - ellipse hough

Search list

[Special EffectsHoughellipse

Description: 一个HOUGH变换检测椭圆的小例子,适合于初学者-HOUGH transformation was an ellipse small examples, suitable for beginners
Platform: | Size: 3554304 | Author: kinny | Hits:

[2D GraphicHough-tuoyuan

Description: Hough检测直线,圆,椭圆的代码 其中椭圆是用matlab-Hough line detection, round, oval ellipse code which is used Matlab
Platform: | Size: 2048 | Author: 郭飞 | Hits:

[Special Effectshough-tuoyuanjiance

Description: 用matlab编写的实现椭圆检测的程序,自己稍微改下就可以-using Matlab prepared by the realization ellipse detection procedures, their own little can be changed under
Platform: | Size: 1024 | Author: 张亮 | Hits:

[Program dochough111

Description: 一种新的不基于Hough变换的随机椭圆检测算法。速度么。。还可以-Not a new Hough transform based ellipse detection algorithm randomly. Mody speed. . Can also be
Platform: | Size: 447488 | Author: 崔少云 | Hits:

[Special Effects1.Houghchange

Description: 图像处理源代码,Hough变换检测椭圆。-Image processing source code, Hough transform ellipse detection.
Platform: | Size: 243712 | Author: march | Hits:

[Special EffectsHough_line_circle_ellipse

Description: 基于Hough变换的直线,圆,椭圆的检测.其中直线检测是VC代码.圆和椭圆是MATLAB代码-Hough transform based on a straight line, circle, ellipse detection. Which is the VC code line detection. Round and oval is the MATLAB code
Platform: | Size: 2048 | Author: 夏小静 | Hits:

[Software Engineeringhough

Description: 基于hough变换的椭圆检测新方法,有改进,提高了运行效率-Hough transform based ellipse detection of new ways to improve and enhance the operating efficiency
Platform: | Size: 172032 | Author: Andy | Hits:

[Special Effects1985Hough

Description: hough变换,用于直线和圆,椭圆的检测,很实用-hough transform for line and circle, ellipse detection, it is practical
Platform: | Size: 12288 | Author: 郑海珍 | Hits:

[Multimedia programDetection

Description: This code can detect ellipse in image using hough transform
Platform: | Size: 861184 | Author: kaba | Hits:

[Software Engineeringellipse-detection-using-the-hough-transform

Description: ellipse detection using the hough transform 作者 H.K. Yuen, J. Illingworth and J. Kittler Department of Electronics and Electrical Engineering University of Surrey, Guildford。对霍夫变换检测检测椭圆的原理有一定的参考意义。-ellipse detection using the hough transform Authors HK Yuen, J. Illingworth and J. Kittler Department of Electronics and Electrical Engineering University of Surrey, Guildford. Hough transform for ellipse detection Detect principle must have reference significance.
Platform: | Size: 2085888 | Author: miaosiyi | Hits:

[GDI-Bitmaphoughecllipe

Description: hough变换检测椭圆的程序 matlab程序-Detected ellipse hough transform procedure
Platform: | Size: 1024 | Author: zcq | Hits:

[Special Effectssuijituoyuanjiancesuanfa

Description: 介绍了一种椭圆检测的方法,该方法,基于霍夫变换,并根据椭圆几何特征可以快速准确的提取出椭圆中心。本论文为收费文献,现共享,希望对研究计算机视觉以及近景摄影测量的朋友,有所帮助。-Introduce a kind of ellipse detection method, based on the Hough transform, and in accordance with the characteristics of elliptical geometry can be extracted quickly and accurately center oval. This thesis documents for a fee, are sharing the hope that the study of computer vision, as well as close-range photogrammetry friends, be helpful.
Platform: | Size: 308224 | Author: 刘镖峰 | Hits:

[Special Effectshough-transform-ellipse

Description: hough变换检测椭圆的程序 MATLAB程序-hough transform ellipse detection procedure MATLAB program
Platform: | Size: 1024 | Author: Ray | Hits:

[Special EffectsHough

Description: 用改进的随机Hough变换检测胸水图像中的细胞,模式识别中的图像处理-Using a Modified Hough Transform Detection of random images of cells in pleural fluid, pattern recognition in image processing
Platform: | Size: 221184 | Author: 张明伟 | Hits:

[Special Effectshough[matlab]

Description: hough变换检测椭圆的matlab程序-hough transform matlab ellipse detection procedure
Platform: | Size: 3072 | Author: | Hits:

[Graph programDetection-of-ellipses-by-a-modified-Hough-transfor

Description: 这是一篇关于椭圆检测的文章:对于做人脸识别,模式识别的同行应该会有所帮助.找了好久,才下到,上传来共享下.-abstract:The Hough transformation can detect straight lines in an edge-enhanced picture, however its extension torecover ellipses requires too long a computing time. This correspondence proposes a modified method which utilizes two properties of an ellipse in such a way that it iteratively searches for clusters in two different parameter spaces to find almost complete ellipses, then evaluates their parameters by the least mean squares method.
Platform: | Size: 1918976 | Author: 华瑞娟 | Hits:

[Graph programhoughEllipses

Description: 应用hough变换检测椭圆的代码,很方便。-Application of the ellipse hough transform detection code, and very convenient.
Platform: | Size: 1024 | Author: 田慧 | Hits:

[GDI-BitmapHough

Description: Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the methods. The basic principle of Hough transform is to use point and line duality, the original image space, the curve of a given expression through the curve into a parameter space of a point. This put the original image in the detection of a given curve is transformed into a parameter space to find problems in the peaks. That is to detect the overall characteristics of transformation for the detection of local features. For example a straight line, ellipse, circle, arc and so on.
Platform: | Size: 24576 | Author: 王超 | Hits:

[matlab9927423hough-tuoyuanjiance

Description: 有关椭圆检测的一段小程序 希望大家看看 谢谢支持-Small section of the ellipse detection procedure let us look at
Platform: | Size: 1024 | Author: kanglinchun | Hits:

[Otherhoughcircle

Description: ellipse hough detection matlab
Platform: | Size: 2048 | Author: jarek | Hits:
« 12 3 »

CodeBus www.codebus.net